home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / effect / eut / light / nv2x.vp < prev    next >
Text File  |  2008-07-25  |  1KB  |  33 lines

  1. !!ARBvp1.0
  2. # cgc version 2.0.0015, build date May 15 2008
  3. # command line args: -quiet -fastprecision -I../../eurotrucks/eut_effect -I../../src/shaderlib/effect -profile arbvp1 -DPATH_NV2X
  4. # source file: light/eut.light.cg
  5. #vendor NVIDIA Corporation
  6. #version 2.0.0.15
  7. #profile arbvp1
  8. #program vertex_main
  9. #semantic vertex_main.transform
  10. #var float4 v.position : $vin.POSITION : POSITION : 0 : 1
  11. #var float3 v.normal : $vin.NORMAL :  : 0 : 0
  12. #var float4 v.color : $vin.COLOR0 : COLOR0 : 0 : 1
  13. #var float4 v.tex_coord_0 : $vin.TEXCOORD0 :  : 0 : 0
  14. #var float4x4 transform.mvp_matrix :  : c[1], 4 : 1 : 1
  15. #var float4x4 transform.mv_matrix :  : c[5], 4 : 1 : 1
  16. #var float4 vertex_main.position : $vout.POSITION : HPOS : -1 : 1
  17. #var float4 vertex_main.diffuse : $vout.COLOR0 : COL0 : -1 : 1
  18. #var float3 vertex_main.specular : $vout.COLOR1 : COL1 : -1 : 1
  19. #var float vertex_main.fog : $vout.FOG : FOGC : -1 : 1
  20. #var float4 vertex_main.tex_coord_0 : $vout.TEXCOORD0 :  : -1 : 0
  21. #const c[0] = 0
  22. PARAM c[9] = { { 0 },
  23.         program.local[1..8] };
  24. MOV result.color, vertex.color;
  25. MOV result.color.secondary.xyz, c[0].x;
  26. DP4 result.position.w, vertex.position, c[4];
  27. DP4 result.position.z, vertex.position, c[3];
  28. DP4 result.position.y, vertex.position, c[2];
  29. DP4 result.position.x, vertex.position, c[1];
  30. DP4 result.fogcoord.x, -vertex.position, c[7];
  31. END
  32. # 7 instructions, 0 R-regs
  33.